Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OAuth2 support for authentication with Solace PubSub+ Broker. #133

Merged
merged 13 commits into from
Jul 18, 2024

Conversation

mayur-solace
Copy link
Collaborator

@mayur-solace mayur-solace commented Jul 12, 2024

  • Update the Spring Boot dependency to 3.3.1
  • Update the Solace JCSMP dependency to 10.22.0
  • Added Support for enabling OAuth2 authentication scheme with the Soalce PubSub+ Broker
  • Added ITs for OAuth2 and Client Certificate authentication
  • Updated the failsafe and surefire plugin version and updated existing unit test to JUnit5
  • Added Sample for OAuth2 authentication
  • Update the developer readme to include OAuth2 support
  • Updated the version number in pom.xml file
  • Remove unwanted test dependency (fixes system-rules is not needed as a dependency #101)

.gitmodules Outdated Show resolved Hide resolved
@mayur-solace mayur-solace changed the title Add OAuth2 support for authentication with Solace PubSub+ Broker Add OAuth2 support for authentication with Solace PubSub+ Broker. Jul 12, 2024
pom.xml Outdated Show resolved Hide resolved
@mayur-solace mayur-solace merged commit 39febc5 into SolaceProducts:master Jul 18, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

system-rules is not needed as a dependency
2 participants